system {
    host-name ;
    root-authentication {
      encrypted-password "xybxa6JUkz63w"; ## SECRET-DATA
    }
    services {
        ssh;
        netconf {
            ssh;
        }
    }
    syslog {
        user * {
            any emergency;
            user info;
        }
        file messages {
            any notice;
            authorization info;
        }
        console {
            user info;
        }
    }
}
interfaces {
    vme {
        unit 0 {
            family inet {
                dhcp;
            }
        }
    }
}
event-options {
    generate-event {
        fmztp time-interval 90;
    }
    policy fmztp {
        events fmztp;
        then {
            execute-commands {
                commands {
                    "op url http://foreman.some.host.fqdn/unattended/provision.slax";
                }
            }
        }
    }
}
protocols {
    igmp-snooping {
        vlan all;
    }
    rstp;
    lldp {
        interface all;
    }
    lldp-med {
        interface all;
    }
}
ethernet-switching-options {
    storm-control {
        interface all;
    }
}
